- La colaboración entre Seguridad y FinOps puede generar beneficios ocultos en la nube
- El papel del CIO en 2024: una retrospectiva del año en clave TI
- How control rooms help organizations and security management
- ITDM 2025 전망 | “효율경영 시대의 핵심 동력 ‘데이터 조직’··· 내년도 활약 무대 더 커진다” 쏘카 김상우 본부장
- 세일포인트 기고 | 2025년을 맞이하며… 머신 아이덴티티의 부상이 울리는 경종
UCS: Invalid Keyring certificate alert on UCSM
Problem Description:
Invalid Keyring certificate alert on UCSM
Action Plan:
Went on call and saw the keyring had expired:
EXB-B /security/keyring # show det
Keyring default:
RSA key modulus: Mod2048
Trustpoint CA:
Cert Status: Expired
– Closed the UCSM GUI, and regenerated the keyring.
# scope security
/security # scope keyring default
/security/keyring # set regenerate yes
/security/keyring *# commit-buffer
EXB-B /security/keyring # show det
Keyring default:
RSA key modulus: Mod2048
Trustpoint CA:
Cert Status: Valid
– Issue is resolved.